home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / control / break < prev    next >
Encoding:
Text File  |  1992-12-17  |  291 b   |  6 lines

  1.           break
  2.                This command may be invoked only inside the body  of  a
  3.                loop  command  such  as  for  or  foreach or while.  It
  4.                returns  a  TCL_BREAK  code  to  signal  the  innermost
  5.                containing loop command to return immediately.
  6.